gdk/surface: Reset position after hiding
authorJonas Ådahl <jadahl@gmail.com>
Wed, 19 Feb 2020 08:31:32 +0000 (09:31 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 19 Feb 2020 08:47:18 +0000 (09:47 +0100)
commit37f4c644d34e77d076a818854e2c3467b2b14b54
treece5408f57682022acd6203ae49c37c656c9603b8
parent46d40cd4bd2887e17329cf1dd2840c4292dfc1d0
gdk/surface: Reset position after hiding

The x and y position of GdkSurface is only valid when visible, so reset
them to their inital state after hiding.
gdk/gdksurface.c